home *** CD-ROM | disk | FTP | other *** search
/ Explore Yellowstone / Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso / mac / ROSTER.DIR / 00041_Script_sc yes exit2 < prev    next >
Text File  |  1996-02-29  |  378b  |  18 lines

  1. on MouseDown
  2.   global WhichChannel, WhichCast
  3.   set the CastNum of sprite WhichChannel to WhichCast
  4.   updateStage
  5. end
  6.  
  7. on mouseUp
  8.   global WhichChannel, WhichCast
  9.   set the CastNum of sprite WhichChannel to (WhichCast + 1)
  10.   updateStage
  11.   puppetSprite 3, FALSE
  12.   if the machineType = 256 then
  13.     go to "WIN MM Logo"
  14.   else
  15.     go to "Mac MM Logo"
  16.   end if
  17. end
  18.